home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / bbsutil / pstlg300.zip / UPDATE.DOC < prev   
Text File  |  1989-01-24  |  4KB  |  133 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.                            +------------------------+
  9.                            |     -*- POSTLOG -*-    |
  10.                            +------------------------+
  11.                                        by
  12.  
  13.                                    Bob Ransom
  14.                                     (c) 1988
  15.                               All Rights Reserved
  16.  
  17.  
  18.           VERSION 3.00 --
  19.  
  20.           Version 3.00 represents a complete rewrite of the code in
  21.           Turbo Pascal 5.0 (previous versions were QuickBASIC).  The
  22.           advantages of the new language are code that's 75% smaller
  23.           than the QB versions, plus the speed has increased over
  24.           300%.
  25.  
  26.           In use, v3.00 acts just like v2.00 -- run it from your
  27.           QuickBBS directory and away it goes.  Run it as often or as
  28.           seldom as you'd like.  One important change: the "control"
  29.           file in v3.00 is a different format than in previous
  30.           versions.  THIS IS IMPORTANT!  If you try to run v3.00 with
  31.           a v2.00 control file (POSTLOG.CTL), the program will puke --
  32.           loudly and completely.  No damage will be done to anything
  33.           -- it just won't work.
  34.  
  35.           Since there's no reason you should have to lose your
  36.           previous totals, I wrote a sleazy little conversion program
  37.           called OLDTONEW.EXE that's included in the archive.  Run it
  38.           from your QuickBBS directory (where POSTLOG.CTL and
  39.           POSTLOG.PTR should be residing).  It takes only a couple of
  40.           seconds and will make your old data compatible with the new
  41.           version of the program.  When OLDTONEW is done, you may
  42.           delete it (OLDTONEW.EXE) and the old pointer file
  43.           (POSTLOG.PTR).  Your old pointer data has been moved to the
  44.           new control file, so that hasn't been lost either.
  45.  
  46.           That's it.  Oh, one thing I forgot to mention: If Postlog
  47.           should encounter any problems opening any of the files it
  48.           needs, it will exit with an errorlevel of 1.  Under normal
  49.           circumstances (with no problems), Postlog will exit with an
  50.           errorlevel of 0.  I have no idea if this is useful, but it
  51.           was so easy to add that I couldn't resist (it literally
  52.           takes typing in three extra characters into the source code
  53.           to make it work.  Unbelievably easy, compared to
  54.           QuickBASIC.)
  55.  
  56.  
  57.           UPDATES & REVISIONS --
  58.  
  59.           v1.00 - 1.02   -- All changes made were minor and cosmetic.
  60.           No earth shattering news here.
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.           POSTLOG v2.00 UPDATE.DOC                         Page 2
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.           v1.03          -- This version added two things and
  75.           corrected one bug.  Version 1.03 now stores the total number
  76.           of messages entered in its .CTL file.  Because of this,
  77.           .CTL's from previous versions no longer work.  This version
  78.           also added the percentages to the .ASC file (detailing the
  79.           percentage of the total posted to each board).  The bug that
  80.           got fixed involved forwarded messages -- older versions
  81.           counted a forwarded message as a new message.
  82.  
  83.           v1.10          -- This version adds the "pointer" file,
  84.           POSTLOG.PTR, to the program output.  This allows POSTLOG to
  85.           be run more than once per day and makes POSTLOG more useful
  86.           to people who don't delete their SYSTEM.LOGs during
  87.           maintenance.
  88.  
  89.           v1.11         -- Almost unreleased.  Very few people ever
  90.           saw this one as I got v2.00 finished sooner than expected.
  91.           v1.11 corrected for the "Out of string space" error that
  92.           occurred when the SYSTEM.LOG exceeded 650 or so lines.  This
  93.           version also corrected the output file to look normal with
  94.           long message board names.  Previously, long board names
  95.           threw the tabs out of whack.
  96.  
  97.           v2.00         -- A major rewrite of the program to allow it
  98.           to process SYSTEM.LOG's of any size.  This was the last
  99.           QuickBASIC version.
  100.  
  101.           v3.00         -- The current version of the program,
  102.           released January 25, 1989.
  103.  
  104.                                     *eof*
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.